Target Audience: Researchers, data analysts, program evaluators, and development practitioners who need to understand relationships between variables
Prerequisites: Basic statistics knowledge, familiarity with descriptive statistics
Materials Needed: Computers with statistical software (R/Python/Stata/Excel), calculators, sample datasets
By the end of this workshop, participants will be able to:
Research Question: Is there a relationship between education and household income in Indian households?
The Data Decisions:
Three Different Approaches:
Same underlying relationship, different analytical lenses - each reveals different aspects of the association.
Nominal: Religion, occupation, program participation
Ordinal: Education levels, income quintiles, satisfaction ratings
Analysis Methods: Frequencies, proportions, cross-tabs, chi-square tests
Interval: Temperature, test scores
Ratio: Income, age, household size, expenditure
Analysis Methods: Means, correlations, t-tests, regression
Common in Development: Many variables can be treated as either categorical or continuous
Examples: Age (years vs. age groups), Income (continuous vs. quintiles)
Decision Rule: Consider research question and statistical power
Cross-tabulation
Chi-square test
Cramer's V
Fisher's exact test
Group Comparison
t-test (2 groups)
ANOVA (3+ groups)
Box plots
Group Comparison
t-test (2 groups)
ANOVA (3+ groups)
Box plots
Correlation
Pearson's r
Spearman's ρ
Scatter plots
| Education Level | Using Contraception | Not Using | Total | % Using |
|---|---|---|---|---|
| No Education | 8,234 | 12,566 | 20,800 | 39.6% |
| Primary | 4,127 | 4,573 | 8,700 | 47.4% |
| Secondary | 15,678 | 12,322 | 28,000 | 56.0% |
| Higher | 7,891 | 4,109 | 12,000 | 65.8% |
| Total | 35,930 | 33,570 | 69,500 | 51.7% |
Key Observations:
Cross-Tabulation Best Practices:
Scenario: Analyzing the relationship between wealth quintile and child immunization status using NFHS data.
Calculate percentages and identify patterns:
| Wealth Quintile | % Fully Immunized | % Not Immunized | Gap (Fully - Not) |
|---|---|---|---|
| Poorest (Q1) | _____% | _____% | _____ pp |
| Poorer (Q2) | _____% | _____% | _____ pp |
| Richest (Q5) | _____% | _____% | _____ pp |
Interpretation Questions:
Expected Frequencies for Selected Cells:
| Cell | Observed | Expected | (O-E)²/E |
|---|---|---|---|
| Q1, Fully Immunized | 2,400 | _____ (18,000×9,000/45,000) | _____ |
| Q5, Not Immunized | 2,400 | _____ (13,800×9,000/45,000) | _____ |
Results Interpretation:
| Correlation Type | When to Use | Range | Interpretation |
|---|---|---|---|
| Pearson's r | Both variables continuous, linear relationship | -1 to +1 | Linear association strength |
| Spearman's ρ | Ordinal variables or non-linear relationships | -1 to +1 | Monotonic association strength |
| Kendall's τ | Small samples, many tied ranks | -1 to +1 | Rank-based association |
| Point-biserial | One binary, one continuous variable | -1 to +1 | Effect size for group differences |
Correlation Interpretation Guidelines:
Dataset: Household-level data from National Sample Survey (NSS) Consumption Expenditure
Analyze each correlation:
| Variable Pair | r Value | Strength | Direction | Practical Meaning |
|---|---|---|---|---|
| Household size ↔ Per capita expenditure | -0.18 | _____ | _____ | _____ |
| Education ↔ Per capita expenditure | 0.52 | _____ | _____ | _____ |
| Assets ↔ Per capita expenditure | 0.73 | _____ | _____ | _____ |
Interpretation Questions:
Scenario: With n = 25,000, even correlations as small as |r| = 0.02 are statistically significant (p < 0.05).
Critical Thinking Questions:
| Scenario | Test | Assumptions | Output |
|---|---|---|---|
| 2 groups, continuous outcome | Independent t-test | Normality, equal variances | t-statistic, p-value, mean difference |
| 2 groups, non-normal data | Mann-Whitney U | Independent observations | U-statistic, p-value, median difference |
| 3+ groups, continuous outcome | One-way ANOVA | Normality, equal variances | F-statistic, p-value, group means |
| 3+ groups, non-normal data | Kruskal-Wallis | Independent observations | H-statistic, p-value, median ranks |
Research Question: Does mean household expenditure differ significantly across education levels of household head?
Calculate differences and effect sizes:
| Comparison | Mean Difference (₹) | % Difference | Effect Size (Cohen's d) |
|---|---|---|---|
| Higher vs. No Education | _____ (28,560 - 12,450) | _____% | _____ (use pooled SD) |
| Secondary vs. Primary | _____ | _____% | _____ |
Interpretation:
Critical Analysis Questions:
Key Insight: With large samples, statistical significance is almost guaranteed. Focus on effect sizes and practical significance. A 129% difference in expenditure between education groups, while explaining only 5.2% of variance, suggests both meaningful group differences AND substantial within-group variation.
Individual Reflection (7 minutes):
Think about a research question from your work:
Quick Share (3 minutes): Exchange analysis planning strategies with a partner
Bivariate analysis is about understanding relationships, not just finding statistical significance. Always consider practical significance, effect sizes, and alternative explanations. The goal is insight that informs action, not just p-values.
Statistical Software:
Reference Guides:
Effect Size Calculators:
Next Steps in ImpactMojo:
This handout is part of the ImpactMojo 101 Knowledge Series
Licensed under CC BY-NC-ND 4.0 • Free to use with attribution • www.impactmojo.in
For statistical calculation templates, effect size guides, and interpretation frameworks, visit the ImpactMojo platform.